Skip to content

fix: stop private sync workflow from failing pushes#10

Merged
freshtechbro merged 2 commits into
mainfrom
codex/fix-private-sync-checks
Mar 14, 2026
Merged

fix: stop private sync workflow from failing pushes#10
freshtechbro merged 2 commits into
mainfrom
codex/fix-private-sync-checks

Conversation

@freshtechbro

Copy link
Copy Markdown
Owner

Summary

  • remove invalid secrets.* step guards that caused dispatch-private-sync to fail before jobs started
  • make private website dispatch non-blocking when the dispatch token is missing or unauthorized
  • document the credential recovery path in the active distribution docs

Testing

  • node scripts/audit-zombie-files.mjs
  • node scripts/docs-drift-check.mjs
  • node scripts/chrome-store-compliance-check.mjs
  • npm run version:check
  • npm run lint
  • npm run typecheck
  • npm run build
  • npm run extension:build
  • npm run test

freshtechbro and others added 2 commits March 13, 2026 21:56
- probe private repo access before dispatching repository_dispatch
- warn and skip when dispatch credentials cannot access the private target
- document the new credential-recovery path in distribution runbooks

Co-authored-by: Codex <noreply@openai.com>
- move dispatch-token presence checks into bash instead of step if expressions
- keep private sync non-blocking when credentials are missing or unauthorized
- preserve the docs updates from the earlier workflow hardening pass

Co-authored-by: Codex <noreply@openai.com>
@freshtechbro freshtechbro merged commit 8822e7a into main Mar 14, 2026
7 checks passed
@freshtechbro freshtechbro deleted the codex/fix-private-sync-checks branch March 14, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant